DataSource for Entity Framework in WPF
C1.LiveLinq.LiveViews Namespace / GroupView<TKey,TElement> Class
Properties Methods Events


In This Topic
    GroupView<TKey,TElement> Class Members
    In This Topic

    The following tables list the members exposed by GroupView<TKey,TElement>.

    Public Properties
     NameDescription
    Public PropertyGets the total number of elements in the view. (Inherited from C1.LiveLinq.LiveViews.View)
    Public PropertyGets the current item in the view. (Inherited from C1.LiveLinq.LiveViews.View)
    Public PropertyGets or sets the data binding mode for this view. (Inherited from C1.LiveLinq.LiveViews.View)
    Public PropertyOverridden. This property overrides View.DeferredMaintenance.  
    Public PropertyGets the collection of indexes for this view. (Inherited from C1.LiveLinq.LiveViews.View<TElement>)
    Public PropertyGets a value indicating whether this view is read-only, not updatable. (Inherited from C1.LiveLinq.LiveViews.View)
    Public PropertyGets the view item (element) at the specified ordinal position. (Inherited from C1.LiveLinq.LiveViews.View<TElement>)
    Public PropertyGets the key value of the group.  
    Public PropertyOverridden. This property overrides View.MaintenanceMode.  
    Public PropertyGets or sets a value indicating that the first item must be made current after initial loading or reset (on any C1.LiveLinq.SourceChangeType.Reset notification) if current item was not set by other means. The default is True. (Inherited from C1.LiveLinq.LiveViews.View)
    Public PropertyGets a value indicating whether and how this view preserves item order if it exists in its base data source. (Inherited from C1.LiveLinq.LiveViews.View)
    Public PropertyGets the grouping view (the result of a GroupBy operation) to which this group belongs.  
    Public PropertyGets an instance of C1.LiveLinq.ITransaction associated with the view. If a view has a transaction associated with it, that transaction's scope is opened automatically every time the view is updated, so the programmer does not need to do it manually in code. (Inherited from C1.LiveLinq.LiveViews.View)
    Top
    Public Methods
     NameDescription
    Public MethodReturns an instance of System.ComponentModel.ICollectionViewFactory that can be used as a source of a System.Windows.Data.CollectionViewSource. (Inherited from C1.LiveLinq.LiveViews.View)
    Public MethodUsed for views with anonymous type constructor as the result selector, converts the View to a View<dynamic> so it can be used for data binding and programmatic access. (Inherited from C1.LiveLinq.LiveViews.View)
    Public MethodOverloaded.  (Inherited from C1.LiveLinq.LiveViews.View<TElement>)
    Public MethodOverloaded.  (Inherited from C1.LiveLinq.LiveViews.View<TElement>)
    Public MethodConcatenation of two views. (Inherited from C1.LiveLinq.LiveViews.View<TElement>)
    Public MethodDetermines whether the view contains a specified item. (Inherited from C1.LiveLinq.LiveViews.View<TElement>)
    Public MethodEnters a defer cycle that you can use to make bulk changes to the view sources and delay automatic view maintenance. (Inherited from C1.LiveLinq.LiveViews.View)
    Public MethodReturns an enumerator that iterates through the view items. (Inherited from C1.LiveLinq.LiveViews.View<TElement>)
    Public MethodOverloaded.  (Inherited from C1.LiveLinq.LiveViews.View<TElement>)
    Public MethodCorrelates the elements of two views based on equality of keys and groups the results. (Inherited from C1.LiveLinq.LiveViews.View<TElement>)
    Public MethodSearches for the specified object among the elements of the view and returns the zero-based ordinal position of its first occurrence. (Inherited from C1.LiveLinq.LiveViews.View<TElement>)
    Public MethodCorrelates the elements of two views based on matching keys. (Inherited from C1.LiveLinq.LiveViews.View<TElement>)
    Public MethodOverridden. This method overrides View.Maintain.  
    Public MethodSorts the elements of a view in ascending order. (Inherited from C1.LiveLinq.LiveViews.View<TElement>)
    Public MethodSorts the elements of a view in descending order. (Inherited from C1.LiveLinq.LiveViews.View<TElement>)
    Public MethodOverridden. This method overrides View.PurgeEmptyGroups.  
    Public MethodOverridden. This method overrides View.Rebuild.  
    Public MethodProjects each element of a view into a new form. (Inherited from C1.LiveLinq.LiveViews.View<TElement>)
    Public MethodOverloaded.  (Inherited from C1.LiveLinq.LiveViews.View<TElement>)
    Public MethodSets the value of the View.Transaction property. (Inherited from C1.LiveLinq.LiveViews.View)
    Public MethodOverridden. Returns a string that represents this instance of GroupView<TKey,TElement>  
    Public MethodSet union of two views. (Inherited from C1.LiveLinq.LiveViews.View<TElement>)
    Public MethodFilters the source view based on a predicate. (Inherited from C1.LiveLinq.LiveViews.View<TElement>)
    Top
    Public Events
     NameDescription
    Public EventOccurs after an item of the view or the entire view has changed. (Inherited from C1.LiveLinq.LiveViews.View<TElement>)
    Top
    See Also